Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
ReportItem IList<ReportItem>.this[
	int index
] { get; set; }
Visual Basic
Private Property Item ( _
	index As Integer _
) As ReportItem Implements IList(Of ReportItem).Item
	Get
	Set

Parameters

index
Type: System..::..Int32

Implements

IList<(Of <(<'T>)>)>..::..Item[([( Int32])])

See Also